home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
BBS
/
EXZT222.ARJ
/
PCBTEST.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-08-10
|
2KB
|
33 lines
@Echo off
Rem ┌────────────────────────────────────────────────────────────────────┐
Rem │ This is a sample PCBTEST file for use with ExZTest v2.0 and │
Rem │ future versions. DO NOT use this file for ExZTest versions before │
Rem │ 2.0!! │
Rem │ │
Rem │ This BAT fill likely work on your system just fine. For │
Rem │ additional command line options you need to read the docs, sorry! │
Rem │ You may or may not wish to use those. │
Rem │ │
Rem │ If you inted to use duplicate checking, this batch file will still │
Rem │ do the job for you, regardless which duplicate checker you elect │
Rem │ to interface with! │
Rem │ │
Rem │ You may note that ExZTest requires only 2 of the 3 available │
Rem │ batch variables being passed by PCBoard. This is NOT a mistake. │
Rem │ PCBoard will still pass that information to the batch should you │
Rem │ wish to add something else before or after ExZTest. │
Rem │ │
Rem │ Happy testing! :) │
Rem └────────────────────────────────────────────────────────────────────┘
ExZTest %1 %2
Rem ┌────────────────────────────────────────────────────────────────────┐
Rem │ Whew! That was complicated, right! All that typing above │
Rem │ for one lousy line? <sigh> │
Rem └────────────────────────────────────────────────────────────────────┘